home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / RKPLUS20.ARJ / READ.ME < prev    next >
Text File  |  1991-02-08  |  2KB  |  56 lines

  1.  
  2.  
  3. ------------------------------------------------------------------------------
  4.  
  5.  
  6.                          IMPORTANT NOTE TO rKey USERS :
  7.  
  8. RkPlus is NOT compatible with rKey!  If you have written a program using rKey,
  9. you will have to make several changes to allow it to compile and run under
  10. RkPlus.  The following are the major differences between RkPlus and rKey :
  11.  
  12. (1) RkPlus uses 12 alphanumeric characters to build keys.
  13.     rKey used 12 hexadecimal digits.
  14.  
  15. (2) RkPlus allows up to 3 strings may be used in key encryption.
  16.     rKey allowed only 1.
  17.  
  18. (3) RkPlus now allows an optional expiration date to be embedded in the key.
  19.  
  20. (4) RkPlus groups all Registration information into the Reg record.
  21.     rKey had individual variables.
  22.  
  23. (5) RkPlus returns result codes in the enum Status (in the Reg record).
  24.     rKey returned results in the booleans RegError and RegStatus.
  25.  
  26. (6) The MakeKey and ValidKey functions require additional parameters in
  27.     RkPlus (to allow for the new features).
  28.  
  29. (7) The Register procedure has been replaced by SaveRegInfo in RkPlus, which
  30.     uses information in the Reg record (rather than parameters).
  31.  
  32. (8) RkPlus features the additional procedures SetRegInfo, CreateKey and
  33.     VerifyKey.  SetRegInfo allows you to load information into the Reg
  34.     record in a single statement.  CreateKey and VerifyKey are higher-level
  35.     versions of MakeKey and ValidKey.  Both uses information in the Reg
  36.     record and VerifyKey returns result codes in Status (in the Reg record).
  37.  
  38. (9) The RkPlus registration key file has the extension of .REG.
  39.     The rKey registration key file had the extension of .KEY.
  40.  
  41. If you don't feel that you need these enhanced features, a new smaller
  42. version of rKey is also available (as RKEY14.ZIP).
  43.  
  44. If you have already registered any version of rKey ($10 or more), you can
  45. register RkPlus AND rKey for $10.  If you have not yet registered rKey, you can
  46. register both for $20.
  47.  
  48. If you have any trouble converting to RkPlus, feel free to contact me via any
  49. of the methods listed in RKPLUS.DOC.
  50.  
  51.  
  52. ------------------------------------------------------------------------------
  53.  
  54.  
  55.  
  56.